In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / IsBlank_5 Method

IsBlank_5 Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function IsBlank_5( _

   ByVal ImageID As Integer, _

   ByVal Confidence As Single, _

   ByVal AccountForMargins As Boolean, _

   ByVal AccountForPunchHoles As Boolean, _

   ByRef ConfidenceOut As Single _

) As Boolean
public bool IsBlank_5( 

   int ImageID,

   float Confidence,

   bool AccountForMargins,

   bool AccountForPunchHoles,

   ref float ConfidenceOut

)
public function IsBlank_5( 

    ImageID: Integer;

    Confidence: Single;

    AccountForMargins: Boolean;

    AccountForPunchHoles: Boolean;

   var  ConfidenceOut: Single

): Boolean; 
public function IsBlank_5( 

   ImageID : int,

   Confidence : float,

   AccountForMargins : boolean,

   AccountForPunchHoles : boolean,

   ConfidenceOut : float

) : boolean;
public: bool IsBlank_5( 

   int ImageID,

   float Confidence,

   bool AccountForMargins,

   bool AccountForPunchHoles,

   ref float ConfidenceOut

) 
public:

bool IsBlank_5( 

   int ImageID,

   float Confidence,

   bool AccountForMargins,

   bool AccountForPunchHoles,

   float% ConfidenceOut

) 

Parameters

ImageID
Confidence
AccountForMargins
AccountForPunchHoles
ConfidenceOut
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members